{
  "name": "Day Care",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 6601,
      "name": "The Dwarven Drop Off",
      "exits": {
        "South": 6602
      }
    },
    {
      "id": 6602,
      "name": "Day Care Center",
      "exits": {
        "North": 6601,
        "East": 6626,
        "South": 6604,
        "West": 6603
      }
    },
    {
      "id": 6603,
      "name": "Day Care Center",
      "exits": {
        "East": 6602,
        "South": 6605,
        "West": 6606
      }
    },
    {
      "id": 6604,
      "name": "Day Care Center",
      "exits": {
        "North": 6602,
        "East": 6610,
        "West": 6605
      }
    },
    {
      "id": 6605,
      "name": "Day Care Center",
      "exits": {
        "North": 6603,
        "East": 6604,
        "West": 6607
      }
    },
    {
      "id": 6606,
      "name": "The Messy Bathroom",
      "exits": {
        "East": 6603
      }
    },
    {
      "id": 6607,
      "name": "The Staircase",
      "exits": {
        "East": 6605,
        "Down": 6612
      }
    },
    {
      "id": 6608,
      "name": "The Playground",
      "exits": {
        "East": 6609,
        "South": 6610
      }
    },
    {
      "id": 6609,
      "name": "The Playground",
      "exits": {
        "South": 6611,
        "West": 6608
      }
    },
    {
      "id": 6610,
      "name": "The Playground",
      "exits": {
        "North": 6608,
        "East": 6611,
        "West": 6604
      }
    },
    {
      "id": 6611,
      "name": "The Playground",
      "exits": {
        "North": 6609,
        "West": 6610
      }
    },
    {
      "id": 6612,
      "name": "Entrance to the Mini-Maze",
      "exits": {
        "East": 6613,
        "Up": 6607
      }
    },
    {
      "id": 6613,
      "name": "Mini-Maze",
      "exits": {
        "East": 6614,
        "South": 6615,
        "West": 6612
      }
    },
    {
      "id": 6614,
      "name": "Mini-Maze",
      "exits": {
        "South": 6616,
        "West": 6613
      }
    },
    {
      "id": 6615,
      "name": "Mini-Maze",
      "exits": {
        "North": 6613,
        "East": 6616
      }
    },
    {
      "id": 6616,
      "name": "Mini-Maze",
      "exits": {
        "North": 6614,
        "South": 6624,
        "West": 6615
      }
    },
    {
      "id": 6624,
      "name": "End of the Mini-Maze",
      "exits": {
        "North": 6616,
        "South": 6631
      }
    },
    {
      "id": 6626,
      "name": "Messy Kitchen",
      "exits": {
        "West": 6602
      }
    },
    {
      "id": 6631,
      "name": "The End?",
      "exits": {
        "North": 6624
      }
    }
  ]
}